home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 182
- Top = 44
- Width = 164
- Height = 156
- Caption = 'Form1'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 32
- Top = 72
- Width = 66
- Height = 13
- Caption = 'Doing nothing'
- end
- object Label2: TLabel
- Left = 32
- Top = 104
- Width = 6
- Height = 13
- Caption = '0'
- end
- object Button1: TButton
- Left = 24
- Top = 24
- Width = 75
- Height = 25
- Caption = 'Run test'
- TabOrder = 0
- OnClick = Button1Click
- end
- end
-